namespace RIZO.Server.IConfiguration { public interface IConfiguration { string Read(string key); } }