private void EnsureOperationalStatus() { if (OperationStatus.IsNull()) { OperationStatus = new BlockedStatus(); } }