private void WhenComparingByteArrays(byte[] byteArray1, byte[] byteArray2) { _diffResult = _diffService.CompareBytes(byteArray1, byteArray2); }