public static byte[] AsJsonUTF8(ISalesOrder order) { return(Encoding.UTF8.GetBytes(SalesOrder.AsJson(order))); }