public async Task <Notification> GetNotification() { return(await _notificationClient.GetNotification()); }
public async Task <Notification> GetNotification() { return(await _cache.GetNotification()); }