public async Task <IActionResult> Get(string cedula, int idFacultad) { return(Ok(await _usuarioManager.get(cedula, idFacultad))); }