public async Task <string> AddUserToLesson(int lessonId, int userId) { await lessonService.AddUserToLesson(lessonId, userId); return("Done!"); }