/// <summary>
 /// Available on >= API23 (Android 6.0) as is.
 /// Not Available on >= API23, will return empty list
 /// </summary>
 /// <returns></returns>
 public Task <IList <INotification> > GetDeliveredNotifications()
 {
     return(Task.FromResult(_notificationBuilder.GetDeliveredNotifications()));
 }