public FarmSyncTaskNotification(FarmNotificationType notificationType, string syncTask, string message) : base(notificationType)
 {
     SyncTask = syncTask;
     Message  = message;
 }
 protected FarmNotification(FarmNotificationType notificationType)
 {
     NotificationType = NotificationType;
 }