public Updater(IOptions <Settings> options, StatsProvider statsProvider, IStaplePuckClient client)
 {
     _settings      = options.Value;
     _statsProvider = statsProvider;
     _client        = client;
 }
 public StatsProvider(IStaplePuckClient client)
 {
     _staplePuckClient = client;
 }