/// <summary> /// Get Citizen in Momentum by CPR /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='cprNumber'> /// The CPR number to search the record in the Core system /// </param> public static object GetCitizenByCpr(this IInternalClient operations, string cprNumber) { return(operations.GetCitizenByCprAsync(cprNumber).GetAwaiter().GetResult()); }