public void StartSellingItem()
 {
     _connection.Connect();
     _connection.Login(string.Format(ItemIdAsLogin, ItemId), AuctionPassword, AuctionResource);
     _connection.ChatManager.ChatCreated += ChatManager_ChatCreated;
 }