public Engine(oAuthAuth token) { this.oaCreds = token; this.CodingCategories = new v2_CodingCategories(aReq, oaCreds, ser); this.Languages = new v2_Languages(aReq, oaCreds, ser); this.Livestreams = new v2_Livestreams(aReq, oaCreds, ser); this.ScheduledBroadcasts = new v2_ScheduledBroadcast(aReq, oaCreds, ser); this.User = new v2_User(aReq, oaCreds, ser); this.Videos = new v2_Videos(aReq, oaCreds, ser); }