public class ClientHandler
{
    public DiscordSocketClient Client { get; set; }

    public async Task ConfigureAsync()
    {
        //...
    }
}