public static bool IsBlocked(this ITerrain terrain, Position position)
 {
     return(terrain.IsBlocked((int)position.X, (int)position.Y));
 }