public async Task <IActionResult> ChangeAvailability(int id) { Result result = await _teacherGateway.ChangeAvailability(id); return(Ok(result)); }