public void GetInt_ShouldReturnTheIntValue() { // Execute var result = _gSettings.GetInt("test-int"); // Assert result.Should().Be(50); }