namespace Neighbourhood.omg.lol.Models { public interface IOmgLolResponseData { string Message { get; set; } } }