using System; namespace Shared { public class ConvertedResult { public string Sentence { get; set; } public string Original { get; set; } } }