macro_rules! impl_pallet_authorship {
    ($runtime:ty, EventHandler = $event_handler:ty) => { ... };
    ($runtime:ty) => { ... };
}