public SetComponentEnableResponse SetComponentEnable(Guid componentId) { return(Execute("SetComponentEnable", () => ApiServiceInternal.SetComponentEnable(componentId))); }