public Task DequeueAsync(int position) { _audioService.Dequeue(Context.Guild, position - 1); return(Task.CompletedTask); }