start Service Request Async
fun startServiceRequestAsync(request: ServiceRequest = ServiceRequest.configure()): Async<ServiceRequestResult>
Same as startServiceRequest, but runs on a background thread and returns an Async wrapping it.