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