public Field(RuntimeBase rtb, string key) { _key = key; _rtb = rtb; }
public Fields(RuntimeBase rtb) { _rtb = rtb; }