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