public ResetTourModel ResetTour(FetchAndStartTourInputModel fetchAndStartTourInputModel)
 {
     return(Post <ResetTourModel, FetchAndStartTourInputModel>("tool_usertours_reset_tour", fetchAndStartTourInputModel));
 }
 public FetchAndStartTourModel FetchAndStartTour(FetchAndStartTourInputModel fetchAndStartTourInputModel)
 {
     return(Post <FetchAndStartTourModel, FetchAndStartTourInputModel>("tool_usertours_fetch_and_start_tour", fetchAndStartTourInputModel));
 }