public IEnumerable <INodeModel> GetEntryPoints()
 {
     return(Stencil.GetEntryPoints(this));
 }