/// <summary> /// Initializes a new instance of the <see cref="MessageService" /> class. /// </summary> /// <param name="sendService">The send service.</param> public MessageService(INotificationSendService sendService) { _sendService = sendService; _messageFrom = ApplicationParameters.get_system_email_address(); }