/// <summary> ///* Initiates a gRPC(Global Remote Procedure Call) service call.<br/> ///* (from client-side) use this overload to send from client to server. /// </summary> /// <param name="parameters">The parameters that will be sent with the service.</param> /// <param name="neutron">The neutron instance that will be responsible for starting the service.</param> /// <returns></returns> public NeutronStream.IWriter Begin_gRPC(NeutronStream parameters, Neutron neutron) => neutron.Begin_gRPC(parameters);