public async Task <ReadArtifactAndContentDTO> GetRelationWithBeacon(GetContentWithBeaconDTO input) { try { return(await _relationService.GetRelationWithBeacon(input)); } catch (Exception) { throw; } }