namespace ProjectBulldozer.Generics { public enum Status { NotInit, InProgress, Finish } }