public bool IsApplicableTo(Node node)
 {
     return node is PropertyNode
            && (node.GetContainer() is AggregateNode || node.GetContainer() is EntityNode);
 }