public UpdateComponentTypeResponse UpdateComponentType(UpdateComponentTypeData data)
 {
     return(Execute("UpdateComponentType", () => ApiServiceInternal.UpdateComponentType(data)));
 }