namespace Lib.Common.LoggingAPI.Service.Constants { public static class Headers { /// /// The authorization header. /// public const string Authorization = "Authorization"; } }