public static CollectionLayoutModel ToModel(this CollectionLayout entity) { return(entity.MapTo <CollectionLayout, CollectionLayoutModel>()); }