public class SomeClassWithAList { public List list { get; set; } } [Fact] public void InitListInsideModel() { var cashthing = new SomeClassWithAL