protected string FormatSearchTerm(string searchTerm)
 {
     return(_searchTermFormattingService.FormatSearchTerm(searchTerm));
 }