namespace Connected.ServiceModel.Storage; public interface IDirectory { string Name { get; } DateTime Created { get; } }