internal static TileTemplate FromJsonInt(int id)
 {
     return(new TileTemplate(TileType.FromJsonInt(id), Rotation.FromJsonInt(id)));
 }