using System; namespace LeanCloud.Storage.Internal.Storage { public class StandardStorage : IStorage { public string GetStoragePath() { throw new NotImplementedException(); } } }