public void FromAllZero()
 {
     var gameProps = new GameProps {
         Height = 4, Width = 15, MyId = 0
     };
     var position = (1, 1);
     var actual   = BinaryTrack.FromAllZeroExcept(gameProps, new List <(int, int)> {
         position
     }, position);