public void Setup() { _result = new AnAction(); _result.FillParameters(new Dictionary <string, object> { { "param1", _obj } }); }