public void CheckPositionShouldNotThrowWhenPositionIsInRange()
 {
     _directBuffer.CheckPosition(0);
     _directBuffer.CheckPosition(15);
 }