private ShimSham Create(Cow toWrap, bool fuzzy) { return(new ShimSham(new object[] { toWrap }, toWrap.GetType(), fuzzy)); }