namespace Vinno.FIS.Sonopost.WebApi.Models { internal class SystemGetLogRequest { public string Key { get; set; } public string Path { get; set; } } }