internal static SelectedPropertiesNode NotHaveAction(this SelectedPropertiesNode node, EdmEntityType entityType, IEdmOperation action)
 {
     Assert.False(node.IsOperationSelected(entityType, action, entityType.IsOpen));
     return(node);
 }