public void ClearEntityListCorrectly()
        {
            // Act
            buildModeHUDController.ClearEntityList();

            // Assert
            buildModeHUDController.controllers.inspectorController.Received(1).ClearList();
        }