public TeamBuilder() { this.id = RandomNumber.Get(); }
public ApplicationBuilder() { this.id = RandomNumber.Get(); this.team = new Team(); }