pub type RenewLease = BoxFuture<'static, Result<RenewLeaseResponse>>;
pub struct RenewLease { /* private fields */ }