#[derive(ApplicationResponse)]
Define ApplicationResponse so that could be recognized by messagebus
#[derive(Debug, ApplicationResponse)] enum ServiceResponse{ Response1 Response2 }