pub fn fn_handler<C, I, R>(command: C) -> Handlerwhere C: Factory<I, R> + 'static,
Create a new handler from a Factory