public async Task <ValueProviderApiResponse> GetValuesForWorkItemProperty(string projectCode, string workItemId, string propertyName, [FromQuery] string query) => await InternalGetValuesForWorkItemProperty(await _workItemManager.GetAsync(projectCode, workItemId), propertyName, query);
public async Task <ActionResult> GetDescriptorForWorkItem(string projectCode, string workItemId) => InternalGetDescriptorForWorkItem(await _workItemManager.GetAsync(projectCode, workItemId));