StoresViewController:
class StoresViewController: BasicViewController, RouterType {
@IBOutlet weak var tableView: UITableView!
let presentationModel: StoresPresentationModel = StoresPresentationModel()
let storesSectionSubject: BehaviorSubject<[StoreViewModel]> = BehaviorSubject(value: [])