private void SetIsColonyCreatedToTrue(ServiceProxy sut)
        {
            var message = new CreatedColonyMessage();

            sut.CreatedColonyHandler(message);
        }