namespace Shogi.Domain.YetToBeAssimilatedIntoDDD.Pathing { public enum Distance { OneStep, MultiStep } }