public GetComponentByIdResponse GetComponentById(GetComponentByIdRequest request) { return(ExecuteAction <GetComponentByIdResponse>(request)); }
public GetComponentByIdResponse GetComponentById(GetComponentByIdRequest request) { return(Execute(() => InternalService.GetComponentById(request))); }