using System; namespace Prise.IntegrationTestsContract { public class CalculationResult { public decimal Result { get; set; } } }