Why cant i acces my property? csharp interface ICheck { public string Path { get; set; } } class Check : ICheck { string ICheck.Path { //I did not write my...