public Game Build() { if (field == null) { field = fieldManager.CreateEmpty(); } return(new Game { Field = field }); }