/// <summary>プロセス間通信実行</summary> public async Task <int> ExecuteServerSideAsync() { return(await _Server.ExecuteAsync(5)); }