namespace Prise.IntegrationTestsHost.Models { public class CalculationResponseModel { public decimal Result {get;set;} } }