public void AddedRoverShouldBeValidDirection()
 {
     Assert.ThrowsException <ArgumentException>(() => _validPlateau.AddRoverWithInformation(2, 2, "Z"));
 }