pub trait TApplyRequestSyncClient {
// Required methods
fn apply_request(
&mut self,
receiver: Uint64,
first_receiver: Uint64,
action: Uint64,
) -> Result<i32>;
fn apply_end(&mut self) -> Result<i32>;
}