public void AddMetadata([FromBody] MetadataCreateCommand command)
 {
     _releaseService.AddMetadata(command);
 }