namespace Jint.Tests.Runtime.Domain { public interface IPerson { string Name { get; } } }