public void ByteArrayCompareFirstNullTest()
 {
     Assert.IsNotNull(ByteArrayExtensions.Compare(null, 1, new byte[1], 0, 1));
     Assert.Fail();
 }