public void Problem11_ShouldReturn_70600674()
 {
     Assert.Throws <NotImplementedException>(() =>
     {
         Problem11.GetResult();
     });
 }