以下のように、ユニットテストプロジェクトにコードブロックがあります
IEnumerable<Product> result = (IEnumerable<Product>)controller.List(2).Model;
それはエラーを生成します
Error 1 'System.Web.Mvc.ActionResult' does not contain a definition for 'Model' and no extension method 'Model' accepting a first argument of type 'System.Web.Mvc.ActionResult' could be found ..
どうすればこれを解決できますか?