public SyncedFile()
 {
     CurrentSyncTimestamp = new SyncTimestamp();
     TimestampOnLastSync = new SyncTimestamp();
     TimestampAfterLastSync = new SyncTimestamp();
 }
 public SyncedFile()
 {
     CurrentSyncTimestamp   = new SyncTimestamp();
     TimestampOnLastSync    = new SyncTimestamp();
     TimestampAfterLastSync = new SyncTimestamp();
 }