namespace SushiBarDataModels.Models { public interface IShopModel { string ShopName { get; } string Address { get; } DateTime DateCreate { get; } } }