I have an abstract class:
namespace Integration.Test { public abstract class Employee_Integration_Test { public abstract int Run(); } }