public async Task DropDatasetById(Guid id)
 {
     await _repository.DropDatasetAsync(new Dataset { Id = id });
 }