pub async fn run<T: Process>(
id: impl ToEntityId,
entity: T,
start_seq: i64,
registry: ProcessRegistry,
) -> Result<Receptor<T>, AlreadyExist>pub async fn run<T: Process>(
id: impl ToEntityId,
entity: T,
start_seq: i64,
registry: ProcessRegistry,
) -> Result<Receptor<T>, AlreadyExist>