using System;
using Platform.Timestamps;
Console.WriteLine(new Timestamp(0).ToString());
var factory = new UniqueTimestampFactory();
Console.WriteLine(factory.Create().ToString());