public void DeleteSchedulesScheduleIdTest() { // TODO: add unit test for the method 'DeleteSchedulesScheduleId' string scheduleId = null; // TODO: replace null with proper value var response = instance.DeleteSchedulesScheduleId(scheduleId); Assert.IsInstanceOf <string> (response, "response is string"); }