public void CreateLabel() { var pige = ProjectItemGroupElement.Create(label: "mylabel"); Assert.Equal("mylabel", pige.Label); }