- 
π Iβm currently working on Company Projects 
- 
π± Iβm currently learning Blazor 
- 
π I regularly write articles on [LinkedIn] 
- 
π¬ Ask me about c#, asp.net, xml 
- 
π« How to reach me [email protected] 
using Humanity;
using Planets.Earth;
using Country.Iran;
public class Hossein : IDeveloper, IHuman
{
    public string Name
    {
        get => nameof(Hossein);
    }
    public string LastName
    {
        get => "Sanjabian";
    }
    public int Age = 23;
    public List<string> ProgrammingLanguages = new(){ "C#", "Python" };
}

