main
1namespace MoMoney.Presentation.Model.reporting
2{
3    public interface IReport
4    {
5        string name { get; }
6    }
7}