namespace RoadTrain.MovementStrategy { /// /// Статус выполнения операции перемещения /// public enum Status { NotInit, InProgress, Finish } }