using System; namespace RevolutionaryStuff.P2P.Basics { public interface ISchemaResolver { string GetSchema(string namespaceUri); } }