public FakeSimpleEntity(FakeIntIdentityComponent component1) { this.Component1 = component1; }
public FakeComplexEntity(FakeStringIdentityComponent component1, FakeIntIdentityComponent component2) { this.Component1 = component1; this.Component2 = component2; }