using speedLight.BL.Models; namespace speedLight.BL.Intf; public interface IMechanicProvider { IEnumerable GetMechanics(); }