public Links2(Self2 self, Style style, Brewery brewery) { this.self = self; this.style = style; this.brewery = brewery; }
public Links2(Self2 self, Beers beers) { this.self = self; this.beers = beers; }