public IActionResult Get(int serviceId, int lawyerId) { var service = ServiceService.GetByLawyerId(serviceId, lawyerId); return(Ok(service)); }