public TwitchVodService(TwitchConfigurationSection config) : base(config) { }
protected TwitchServiceBase(TwitchConfigurationSection config) { TwitchConfig = config; }
public AuthenticationController(IOptions <TwitchConfigurationSection> twitchConfiguration, ITwitchUserService userService) { _twitchConfig = twitchConfiguration.Value; _userService = userService; }