private async void ActionPerformed(object sender, ModifiedEventArgs args)
 {
     if (this.timeChanged != null)
     {
         args.Action();
     }
 }