/// /// Interface defining an `IsValid` method. /// namespace UnityAtoms { public interface IIsValid { bool IsValid(); } }