    URL = "http://localhost:9101";
    Login    = "bayselonarrend";
    Password = "12we...";

    Authorization      = New Structure(Login, Password);
    ConnectionSettings = OPI_ClickHouse.GetGRPCConnectionSettings(URL, Authorization);
    Connection         = OPI_ClickHouse.CreateGRPCConnection(ConnectionSettings);

    SelectionText = "SELECT * FROM events_stream_test ORDER BY id";
    Request       = OPI_ClickHouse.GetRequestSettings(SelectionText, , , , "JSON");

    Result = OPI_ClickHouse.ProcessGRPCReceiving(Connection, Request);