public PushService(IPushApi pushApi, IOptionsMonitor <PushOptions> pushOptions) { _pushApi = pushApi; _pushOptions = pushOptions.CurrentValue; }