namespace ZeroLevel.Services.PartitionStorage { public enum SearchResult { Success, NotFound, FileLocked } }