public IEnumerable <Property> GetByTypeName(int entityId, string typeName) => _repository.GetByTypeName(entityId, typeName);