public async Task <SessaoDTO> GetSessaoByIdAsync(string Id) { var result = await sessaoRepository.GetSessaoAsync(Id); return(result.MapToDto()); }