public void Get_ReturnsExpected()
 {
     CustomerInformationController controller = new CustomerInformationController();
     var result = controller.Get(1);
 }