I have a helper method used a lot in my queries. Sample below:
public static bool HelpMe() => dbContext.MyTable.Any(entity => entity.SomeBoolean)