namespace Mtp2Dav.WebDAVSharp.Server._1d2086a502937936ebc6bfe19cfa15d855be1c31.Stores { /// /// This interface must be implemented by classes that serve as stores of collections and /// documents for the /// . /// public interface IWebDavStore { /// /// Gets the root collection of this . /// /// /// The root. /// IWebDavStoreCollection Root { get; } } }