RoboSpice service can be configured to be used offline (SampleOfflineSpiceService).
Is it possible to achieve a per-request checking if network is required? E.g.
LoadDataFromFileRequest
don't use network, so network checking should be skipped for these request. All other requests should check for network.Is it recommended to have 2 implementation of
SpiceService
just for this?