static public object ShrinkFit(this sbyte item) { if (item.CanFitInByte()) { return((byte)item); } return(item); }