Introduce a higher level storage provider interface to decouple storage
implementation from diversion dialog and use composition to pass an
implementation.
This simplifies testing of the diversion dialog and enables clean unit
testing without I/O.
Related #2675