public static void InsertMap(MapsService mapsService)
 {
     mapsService.Upsert(Map()).GetAwaiter().GetResult();
 }