namespace RobotNet.RobotShares.Enums; public enum RefreshPathState { Created, Refreshing, Compeleted, Error, }