public void DeleteMyFavouriteTest()
 {
     UserInfoManager target = new UserInfoManager(); // TODO: Initialize to an appropriate value
     object[] _Tributes = null; // TODO: Initialize to an appropriate value
     target.DeleteMyFavourite(_Tributes);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }