public OutpostTradeService()
 {
     auth = new OutpostAuthService();
 }
 public OutpostBumpService()
 {
     auth = new OutpostAuthService();
 }