public static int GetInt(this StateBag objStateBag, string key) { return(objStateBag.GetInt(key, -2147483648)); }