using System; namespace Logging { public struct TimeSync { public DateTime StartTime; public long DifDataStreamStart; } }