public SetComponentDisableResponse SetComponentDisable(Guid componentId, DateTime?toDate, string comment)
 {
     return(Execute("SetComponentDisable", () => ApiServiceInternal.SetComponentDisable(componentId, toDate, comment)));
 }