public List <string> GetPeople()
 {
     return(stubFacade.GetPeople());
 }