public async Task <Metadata> GetByUuidAsync(Guid uuid)
 {
     return(await _metadataRepository.GetByUuidAsync(uuid));
 }