public async Task PatchAcceptBookRequestAsync(int lessonId)
 {
     await _bookingService.AcceptLessonRequestAsync(lessonId);
 }