@Test
 public void apiDemo() throws Exception {
   super.service.rotate(ScreenOrientation.LANDSCAPE);
   demo.chooseCostumerType(ChooseCustomerType.CustomerType.POTENTIAL_COSTUMER);
   demo.chooseChatType(ChooseChatType.ChatType.NATIVE);
   demo.findApp("Google");
   demo.startDemo("Google");
   demo.enterChat();
   super.service.rotate(ScreenOrientation.PORTRAIT);
   chat.feedPersonalInfo(
       "Asid",
       "*****@*****.**",
       "0544636220",
       ChooseCustomerType.CustomerType.POTENTIAL_COSTUMER);
   chat.sendChatMsg("Asi is the king");
   chat.ensSession();
   serve.feedServeInfo(Serve.Satisfection.SATISFIED, true, true, "*****@*****.**");
 }