public void Report() { if (IsPlaced) { loggingService.Report($"{coordinates.X},{coordinates.Y},{facingDirection}"); } }