Is it possible for a generic interface\'s type to be based on a specific parent class?
For example:
public interface IGenericFace
public interface IGenericFace where T : SomeBaseClass