public void Find_Each_Accepts_Action_Argument() { var table = new DynamicTable("Users"); var result = table.FindEach(x => { }); }