public static string Escape(this IReadOnlyEncoding encoding, string data)
 {
     return(EncodingOperations.Escape(encoding, data));
 }