pub fn new<TMessage>(config: Config) -> Box<Component<TMessage, Config>>
where TMessage: IMessage + 'static,