EF Plus for EF Core - Which version to use?
        - For EF Core 9.x, use the latest EF Plus v9.x version
        - For EF Core 8.x, use the latest EF Plus v8.x version
        - For EF Core 7.x, use the latest EF Plus v7.x version
        - For EF Core 6.x, use the latest EF Plus v6.x version
        - For EF Core 5.x, use the latest EF Plus v5.x version
        - For EF Core 3.x, use the latest EF Plus v3.x version
     
    
    
        To reduce code duplication, maintenance & development costs, a dependency has been added to 
EF Extensions (paid library).
        
        To automatically throw an error when using a paid features, use `EntityFrameworkManager.IsCommunity = true`
        
        All features in Entity Framework Plus are 
FREE (even for commercial use).