public async Task <IMatricula> EspelhoMatriculaAsync(int idAluno) { return(await matriculaRepository.EspelhoMatriculaAsync(idAluno)); }