public async Task <ContratoPublicacionPc> DesplegarPublicacion(int idPublicacion) { return(await _coFachada.DesplegarPublicacion(idPublicacion)); }