public void DeleteUserTest() { // TODO: add unit test for the method 'DeleteUser' string username = null; // TODO: replace null with proper value instance.DeleteUser(username); }