/// <summary> /// Get caseworkers in Momentum with ID /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='caseworkerId'> /// The caseworker id to access the records from Core system. /// </param> public static object GetCaseworkerById(this IInternalClient operations, string caseworkerId) { return(operations.GetCaseworkerByIdAsync(caseworkerId).GetAwaiter().GetResult()); }