public List <Employee> GetAll() { var client = new Greeter.GreeterClient(channel); return(client.GetAll(new Empty()).Employee.ToList()); }