public bool CollectionExists(string collectionPath)
        {
            string collectionPath2 = Path.Combine(CurrentCollectionPath, collectionPath);

            return(remoteSettingsStorage.CollectionExists(collectionPath2));
        }