public void TestCakeWorks()
 {
     Assert.Equal("Baking fancy carrot cake!", _myCake.BakeTime());
 }