public void Problem3_ShouldReturn_6857()
 {
     Assert.Throws <NotImplementedException>(() =>
     {
         Problem3.GetResult();
     });
 }