/// <summary>
 /// Gets the KPIs that enrich the profile Type identified by the supplied name.
 /// Enrichment happens through participants of the Interaction on an
 /// Interaction KPI and through Relationships for Profile KPIs.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='hubName'>
 /// The name of the hub.
 /// </param>
 /// <param name='profileName'>
 /// The name of the profile.
 /// </param>
 public static IList <KpiDefinition> GetEnrichingKpis(this IProfilesOperations operations, string resourceGroupName, string hubName, string profileName)
 {
     return(operations.GetEnrichingKpisAsync(resourceGroupName, hubName, profileName).GetAwaiter().GetResult());
 }