public void WriteIntDoesNotCallBlockWriterAutomatically() { _writer.WriteInt(1, false); _blockWriterMock.Verify(blockWriter => blockWriter.Write(It.IsAny <byte[]>(), It.IsAny <bool>()), Times.Never()); }