public IEnumerable <StateRange> SearchState(IEnumerable <string> expressions)
 {
     return(_service.SearchState(expressions));
 }