Use Common ViewModel/ViewState
create QueryViewModel as base ViewModel class for suggestion and search.
create QueryViewState to handle QueryViewModel states.
SuggestionViewModel, only defines how to go from Flowable to Flowable<List>
SuggestionViewModel, only defines how to go from Flowable to Flowable<List>
reorganise packages to reflect query common feature.