/// <inheritdoc /> public IRelation GetById(int id) { using (var scope = ScopeProvider.CreateScope(autoComplete: true)) { return(_relationRepository.Get(id)); } }