public async Task <IDiscordUser> GetUserAsync(ulong id) => new DiscordUser( await _apiClient.GetUserAsync(id), this );