String stringFromBuff(String key, IBuffInfo buff) { buff.key = key; String target = buff.value as String; return target; }