private List <int> ConvertToRegularList(LazinatorList <WInt32> list) { return(list.Select(x => x.WrappedValue).ToList()); }