The Store trait abstracts over the gRPC server, the main utility of this trait is to implement tests. However, this is not necessary, since tonic already has a strategy to mock the servers for testing, here is an example:
https://github.com/hyperium/tonic/blob/master/examples/src/mock/mock.rs