pub type StartRequest = Sender<Result<StartedComponent, Status>>;
pub struct StartRequest(/* private fields */);