namespace API.DTOs.Reader { public class RemoveBookmarkForSeriesDto { public int SeriesId { get; init; } } }