@Container annotation is used in conjunction with the Testcontainers annotation
to mark containers that should be managed by the Testcontainers extension.@Testcontainers is a JUnit Jupiter extension to activate automatic
startup and stop of containers used in a test case.