namespace WatchIt.DTO.Models.Generics.Rating; public interface IRatingResponse { decimal? Rating { get; } }