private async void OnDailyNotifierElapsed(object sender, ElapsedEventArgs elapsedEventArgs)
 {
     await mNotifierService.NotifySummary().ConfigureAwait(false);
 }