using System; namespace PoweredSoft.ObjectStorage.Core { public interface IObjectStorageContext { IObjectStorageCollection GetCollection(); } }