macro_rules! spawn_with_ref {
    ($S: ident, $ActorInstance: ident: $ActorType: ident, $($Timeout: ident),*) => { ... };
    ($S: ident, $ActorInstance: ident: $ActorType: ident) => { ... };
}