private Handler SetupResponse(FullDataSet data, UpdateMode mode) => mode.IsStreaming ? StreamWithInitialData(data) : PollingResponse(data);