public ConventionResult IsSatisfiedBy(Assembly assembly)
        {
            ProjectFilePath = assembly.ResolveProjectFilePath();

            return IsSatisfiedBy(ProjectFilePath);
        }