public void DeleteSessionKeyDetailsTest()
 {
     UserInfoManager target = new UserInfoManager(); // TODO: Initialize to an appropriate value
     string SessionID = string.Empty; // TODO: Initialize to an appropriate value
     target.DeleteSessionKeyDetails(SessionID);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }