private static void CheckNameValueFormat(string name, string value) { HeaderUtilities.CheckValidToken(name, nameof(name)); CheckValueFormat(value); }