/// <summary> /// Initializes a new instance of the <see cref="ServiceProxyTest"/> class. /// </summary> public ServiceProxyTest() { IgniteBinary = new IgniteBinary(_marsh); }
/// <summary> /// Initializes a new instance of the <see cref="TestIgniteService"/> class. /// </summary> /// <param name="igniteBinary">Binary.</param> public TestIgniteService(IIgniteBinary igniteBinary) { _igniteBinary = igniteBinary; }