Future<bool> delete(String instrumentKey) => Future<bool>.value(_store.remove(instrumentKey) != null);