/// <summary>
 /// Get an array of string ['ArrayPath1', 'begin!*'();:@ &amp;=+$,/?#[]end' ,
 /// null, ''] using the csv-array format
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='arrayPath'>
 /// an array of string ['ArrayPath1', 'begin!*'();:@ &amp;=+$,/?#[]end' , null,
 /// ''] using the csv-array format
 /// </param>
 public static void ArrayCsvInPath(this IPaths operations, IList <string> arrayPath)
 {
     operations.ArrayCsvInPathAsync(arrayPath).GetAwaiter().GetResult();
 }