/// <inheritdoc /> public async Task <IDiscordRole> GetRoleAsync(ulong id) => await client.GetRoleAsync(Id, id) .ConfigureAwait(false);