public ServiceNode(IProductElementViewModel innerViewModel, EndpointNode parent) : base(innerViewModel) { this.SHAPE_MIN_HEIGHT = 130; this.Bounds = new Rect(12, 40, 296, this.SHAPE_MIN_HEIGHT); this.SetParent(parent); }