/// <summary>
 ///
 /// </summary>
 /// <param name="options"></param>
 /// <returns></returns>
 public NotificationRequestBuilder WithScheduleOptions(NotificationRequestSchedule options)
 {
     _request.Schedule = options;
     return(this);
 }
 /// <summary>
 ///
 /// </summary>
 public NotificationRequestScheduleBuilder()
 {
     _schedule = new NotificationRequestSchedule();
 }