private async void RevokeBan(object sender, RoutedEventArgs e) { await RESTCalls.RemoveBan(App.CurrentGuildId, DisplayedBan.User.Id); }