namespace Website { public interface IRedirectRepository { string GetRedirectUrlByPath(string path); string GetRedirectUrlByCode(string code); } }