namespace Common.Model.SendMoney { public class CountryServiceModel { public string Country { get; set; } public string CustomerId { get; set; } public string ReceiverId { get; set; } } }