/// <summary>
 /// Get null as byte array (should throw)
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bytePath'>
 /// null as byte array (should throw)
 /// </param>
 public static void ByteNull(this IPaths operations, byte[] bytePath)
 {
     operations.ByteNullAsync(bytePath).GetAwaiter().GetResult();
 }