public Task SaveAsync(SaveStoreData request) { throw new NotImplementedException(Consts.StoreRequiredMessage); }
public void Save(SaveStoreData request) { throw new NotImplementedException(Consts.StoreRequiredMessage); }