public void PlantTree(PlantTreeCommand cmd) { var tree = _treeFactory.PlantTree(cmd.Value); _treeRepo.Insert(tree); _treeRepo.Flush(); }