public static TextWebServerResponse Text(string text, string contentType) => TextWebServerResponse.FromString(text, contentType);
 public static TextWebServerResponse Text(string text) => TextWebServerResponse.FromString(text);