namespace DiscordBotCore.Interfaces.API; public interface IConnectionDetails { public string Host { get; } public int Port { get; } }