namespace Core.Models.Data { public class CipherFullDetails : CipherDetails { public bool Edit { get; set; } } }