public void OnReceive(StartLoanRateQuote message) { expectedLoanRateQuotes = message.ExpectedLoanRateQuotes; loanBroker.Tell(new LoanRateQuoteStarted(loanRateQuoteId, taxId), Self); }