public static void SetEventTime(this Metadata metadata, DateTime timestamp) => metadata.SetEventTime(new DateTimeOffset(timestamp));