namespace Giants.Services { public interface IDiscordService { string GetDiscordUri(); } }