#pragma once #include namespace tests::util { uint32_t generateFreePort(); } // namespace tests::util