public async Task <ICollection <string> > GetAllNames() { return(await wcfService.GetAllTypesNamesAsync()); }