public void Post()
        {
            // Arrange
            GAController controller = new GAController();

            // Act
            controller.Post("value");

            // Assert
        }