using System; namespace SUISS.Cloud { public interface ISSPStorageController { SSPStorage Get(string key); } }