namespace Core.Blueprint.Logging { public static class Headers { /// /// The authorization header. /// public const string Authorization = "Authorization"; } }