It's not possible to do exactly what you're asking, but since the method doesn't use T at all, you can just use BaseFactory without specifying any particular class.
But as an editorial comment, in general a method in a generic class that never uses the generic parameter probably shouldn't be there.