public PluginInsViviendas_UNO.soaPrototipos.GetPrototiposRs GetPrototipos(PluginInsViviendas_UNO.soaPrototipos.GetPrototiposRq GetPrototiposRq)
 {
     PluginInsViviendas_UNO.soaPrototipos.GetPrototiposRequest inValue = new PluginInsViviendas_UNO.soaPrototipos.GetPrototiposRequest();
     inValue.GetPrototiposRq = GetPrototiposRq;
     PluginInsViviendas_UNO.soaPrototipos.GetPrototiposResponse retVal = ((PluginInsViviendas_UNO.soaPrototipos.CatPrototiposPortType)(this)).GetPrototipos(inValue);
     return(retVal.GetPrototiposRs);
 }
 PluginInsViviendas_UNO.soaPrototipos.GetPrototiposResponse PluginInsViviendas_UNO.soaPrototipos.CatPrototiposPortType.GetPrototipos(PluginInsViviendas_UNO.soaPrototipos.GetPrototiposRequest request)
 {
     return(base.Channel.GetPrototipos(request));
 }