/// <summary> /// Closes the connection to the ServiceFabric Service /// </summary> public void AbortClient() { _sendClient?.Abort(); }