1namespace solidware.financials.service.domain.property_bag 2{ 3 public interface Property 4 { 5 bool represents(string name); 6 } 7}