public void Setup() { m_accountID = new AccountID(Guid.NewGuid()); m_storageConfig = new FileRecordStorageConfig(); m_factory = new FileRecordStorageFactory(m_storageConfig); }
public AccountFactory(IEventBus eventBus, IRecordStorageFactory storageFactory) : base(eventBus, storageFactory) { }