namespace FileTime.Core.Command { public enum CanHandleCommand { CanHandle, Fallback, CanNotHandle } }