Any organization that designs a system will inevitably produce a design whose structure is a copy of the organization's communication structure.
System Architecture
Organizational Structure
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system
using SC.Common;
using SC.Message;
using SC.Message.Engine;
public class MessageEngineSearcherImpl
{
private EngineManager _engineManager;
private MessageManager _messageManager;
protected override void StartSearch()
{
bool pageUntilDone = _engineManager.Config.PageUntilDone;
_engineManager.StartPaging(ref pageUntilDone, ref managementConnection);
}
}