public void WithValidBytes_ReturnsEndsWithValue(bool expected, byte input) { Assert.AreEqual(expected, Bytes.EndsWith(input), "Get EndsWith value"); }