public void Reset()
 {
     _default = null;
 }
 public void OverrideDefault(ITicksGenerator ticksGenerator)
 {
     _default = ticksGenerator;
 }