/// <summary>
 /// Get '' as byte array
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static void ByteEmpty(this IPaths operations)
 {
     operations.ByteEmptyAsync().GetAwaiter().GetResult();
 }