public async Task DeleteDataSourceAsync(Guid dataSourceUuid)
 {
     await _metadataRepository.DeleteDataSourceAsync(dataSourceUuid);
 }