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