pub type TrackFuture = Box<dyn Future<Output = ResultStatus> + Send + Unpin>;
pub struct TrackFuture(/* private fields */);