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