public bool Exists(string name) => _registeredProjections.Exists(new ConnectedProjectionName(name));
public bool Exists(string id) => _registeredProjections.Exists(new ConnectedProjectionIdentifier(id));