/// <summary>
 /// get a list of faceLists from the API. (meta data only)
 /// </summary>
 /// <returns></returns>
 public static async Task <ICollection <FaceListMetadata> > GetAllFaceLists()
 {
     return(await fsClient.ListFaceListsAsync());
 }