/// <summary>
 /// Creates a new object.
 /// </summary>
 public ConnectionClientLogPresenter()
 {
     Provider = new DefaultProvider();
     _Clock   = Factory.Singleton.Resolve <IClock>();
 }
 /// <summary>
 /// Creates a new object.
 /// </summary>
 public ConnectionClientLogPresenter()
 {
     Provider = new DefaultProvider();
 }