public AmiliaClientTests()
 {
     this.client = new AmiliaClient();
 }
 public AppController()
 {
     this.amiliaClient = new AmiliaClient();
     this.mongoRepo    = new MongoRepository();
 }