namespace SushiBarDataModels.Models; public interface IImplementerModel : IId { string ImplementerFio { get; } string Password { get; } int WorkExperience { get; } int Qualification { get; } }