using System.Reflection; namespace SQLLinter.Core.Interfaces; public interface IFileversionWrapper { string GetVersion(Assembly assembly); }