public IEnumerable <Allocation> GetAllocations() { IMyServices client = GetClient(); var result = client.GetAllocations().ToList(); CloseClient(client); return(result); }