namespace Insight.Domain.Models { public class UpdateResponse { public Version? Version { get; set; } public Uri? Uri { get; set; } } }