Try your search with a different keyword or use * as a wildcard.
namespace Nop.Tests.Nop.Web.Tests.Public.Validators;
public class Person
{
public string NameField { get; set; }
public string Username { get; set; }
public string CreditCard { get; set; }
public string Password { get; set; }
public string PhoneNumber { get; set; }
}