public async Task GetAllPermissionsAsync() { AssertCall <List <GuildPermission> >(await repository.GetAllPermissionsAsync()); }