public ProtoMessage HireNew(string amount)
 {
     return(_playerOps.HireNew(Convert.ToInt32(amount), _testClient));
 }