public void TestInitialize() { profile = new ProfilePerIndicator { LiveHostUrl = "live-host", TestHostUrl = "test-host", ProfileUrl = "key", GroupId = GroupId, AreaTypeId = AreaTypeId }; }
public ProfileUrl(ProfilePerIndicator profile, bool isEnvironmentLive) { _profile = profile; _isEnvironmentLive = isEnvironmentLive; }