public static async Task <Paciente> BuscarPaciente(string dni) { PacienteBL bl = new PacienteBL(); return(await bl.BuscarPacienteAsync(dni)); }