/// <summary> /// Create a Notification /// </summary> /// <param name="Notification">Notification Model</param> /// <returns>Id of the newly created notifcation</returns> public async Task <long> CreateNotification(NotitifcationWithSchedules Notification) { return(await _notificationClient.CreateNotification(Notification)); }