namespace SMAPI.Tests.ModApiProvider.Framework { /// The base class for . public class BaseApi { /********* ** Test interface *********/ /// A property inherited from a base class. public string? InheritedProperty { get; set; } } }